home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / GRAHAM / XA_6S.ZIP / SOURCE / GRAF_BOX.H < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-29  |  236 b   |  9 lines

  1. #ifndef _GRAF_BOX_H_
  2. #define _GRAF_BOX_H_
  3.  
  4. unsigned long XA_graf_rubberbox(short clnt_pid, AESPB *pb);
  5. unsigned long XA_graf_dragbox(short clnt_pid, AESPB *pb);
  6. unsigned long XA_graf_watchbox(short clnt_pid, AESPB *pb);
  7.  
  8. #endif
  9.